/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    left: 0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    position:relative;
    height:100%;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 15px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 50px;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 25px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
/* Popup box BEGIN */
.hover_bkgr_fricc-1,
.hover_bkgr_fricc-2{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    left: 0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc-1 .helper,
.hover_bkgr_fricc-2 .helper{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    display: block;
}
.hover_bkgr_fricc-1 > div,
.hover_bkgr_fricc-2 > div{
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    height: auto;
    max-width: 1050px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 15px;
    z-index: 999;
    font-weight: 600;
}
.hover_bkgr_fricc-1 > div {
    top: 2%;
}
.hover_bkgr_fricc-2 > div{
    top: 10%;
}
.popupCloseButton-1,
.popupCloseButton-2{
    background-color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
}
.trigger_popup_fricc-1,
.trigger_popup_fricc-2{
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

/*sp*/
.hover_bkgr_fricc-sp-1 > div,
.hover_bkgr_fricc-sp-2 > div{
    width: 95%;
    max-width: 95%;
    top: 10%;
    font-size: 12px;
    padding: 10px 5px;
}
.popup-ct-1 .title-main {
    font-size: 24px;
    padding: 25px 0;
    font-weight: 700;
}

.popup-ct-1 ul {
    margin: 0 -10px;
}

.popup-ct-1 li {
    width: 50%;
    padding: 0 10px;
}

.popup-ct-1 li .content {
    box-shadow: 2px 2px 10px #555;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    display: block;
}

.popup-ct-1 li .content:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0,0,0,.15);
}

.popup-ct-1 .main-content {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

.popup-ct-1 .main-content p {
    color: #000;
    padding: 10px 10px 15px;
    font-size: 14px;
    text-align: center;
}

.popup-ct-1 .main-content .img {
    max-width: 70%;
    margin: auto;
    padding: 20px 0;
}

.popup-ct-1 .content-blue .main-content .img {
    max-width: 80%;
}

.popup-ct-1 .content-red {
    background: #cc0a0a;
}

.popup-ct-1 .content-blue {
    background: #0a65cc;
}

.popup-ct-1 img {
    width: 100%;
}

.popup-ct-1 .btn-popup {
    max-width: 90%;
    margin: auto;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.popup-ct-1 .content-red .btn-popup {
    background: #cc0a0a;
}

.popup-ct-1 .content-blue .btn-popup {
    background: #0a65cc;
}

.popup-ct-1 .content .title {
    padding: 10px 0 20px;
    font-size: 18px;
}

.popup-ct-1.hover_bkgr_fricc > div {
    max-width: 700px;
    padding: 20px;
}

.popup-ct-1 .popupCloseButton {
    background-color: #000;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: -2px 1px 9px #555;
}

.popup-ct-1 .text-yellow {
    font-size: 18px;
    line-height: 20px;
}

.popup-ct-1 .note {
    padding-top: 10px;
    font-size: 12px;
    text-align: right;
}

.popup-ct-1 .fs-10 {
    font-size: 10px;
}

.popupOpenButton-1, .popupOpenButton-2 {
    cursor: pointer;
    white-space: nowrap;
}

.team, .player {
    cursor: pointer;
}